home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
FishHunter.swf
/
scripts
/
DefineButton2_289
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
199 b
|
14 lines
on(release){
if(_root.sound_flg == 1)
{
_root.sound_flg = 0;
_root.midistop(1);
}
else
{
_root.sound_flg = 1;
_root.midiplay(1);
}
play();
}